home *** CD-ROM | disk | FTP | other *** search
- The ResGen tool
- ---------------
-
- ResGen is a tool for creating resource file data in a form suitable for
- use by ResourceFS from a set of input files and corresponding resource
- file names.
-
- The format of the ResGen command is:
-
- ResGen <Area name> <Object file> { <Binary file> <Resource file> }
-
- <Area name> is the name of an AOF AREA in which the resource file data is
- to be placed. A function of this name is exported as an external symbol which
- can be used in C or assembler code to access the resource data.
-
- <Object file> is the name of the object output file to be produced.
-
- <Binary file> is the name of a file to be included in the resource file
- data.
-
- <Resource file> is the name within the ResourceFS which is used by the
- application to refer to a file within the resource file data.
-
- A <viafile> is a file containing a list of <Binary file> <Resource file> pairs
- one per line. This may be used for convenience or to circument the 256
- character command line length limit.
-
-